Skip to content

99Arrzel/PAPP2

Repository files navigation

PAPP2 - Street Food Rating API

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.

Tech Stack

  • Framework: AdonisJS
  • Language: TypeScript

Frontend

The mobile client for this project is built with React Native: PAPP2 Frontend

Getting Started

Prerequisites

  • Node.js (v16+)
  • npm or yarn
  • A database supported by AdonisJS (PostgreSQL, MySQL, SQLite, etc.)

Installation

# 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 --watch

The API will be available at http://localhost:3333 by default.

License

This project is for educational and personal use.

About

Backend API for a street food place rating app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors