This project contains all the user-related APIs for Tweeter Club
-
Create Required Files:
- At the root level of the project, create a
dist
folder and an.env
file.
- At the root level of the project, create a
-
Add Environment Variables:
- Open the
.env
file and add all necessary environment variables.
- Open the
-
Start the Application:
- Run
npm run start
command to start the application:
- Run