- Initial Setup
- Connection to Database
- Models
- POST - Form route created and tested
- POST - User routes created and tested
- POST - Validations
- GET - Users data
- Final touch
- Completed
Run the following command to install dependencies:
npm install
This project depends on some environment variables.
If you are running this project locally, create a .env
file at the root for these variables.
Your host provider should included a feature to set them there directly to avoid exposing them.
Here are the required ones:
PORT=
CORS_ORIGIN=*
DATABASE_URL=
Run the following command to run the project:
npm run dev