This project is a backend for a mobile app UpUp. It's built with Express.js. The frontend repo can be found here UpUp frontend
To get started with this project, follow these steps:
- Clone this repository to your local machine using
git clone https://github.com/NGFuture/UpUp-backend.git. - Navigate to the project directory using
cd UpUp-backend. - Install the project dependencies using
npm install. - Run the development server using
npm run dev.
The development server should now be running on http://localhost:3000.
This project is deployed on Vercel.
To use this backend, you can make API requests to the endpoints defined in the project. These endpoints are defined in the index.js.