Backend API for a street food place rating application. Users can discover and rate local street food spots, helping others find the best places to eat.
- Framework: AdonisJS
- Language: TypeScript
The mobile client for this project is built with React Native: PAPP2 Frontend
- Node.js (v16+)
- npm or yarn
- A database supported by AdonisJS (PostgreSQL, MySQL, SQLite, etc.)
# Clone the repository
git clone https://github.com/99Arrzel/PAPP2.git
cd PAPP2
# Install dependencies
npm install
# Configure environment variables
cp .env.example .env
# Edit .env with your database credentials and app settings
# Run database migrations
node ace migration:run
# Start the development server
node ace serve --watchThe API will be available at http://localhost:3333 by default.
This project is for educational and personal use.