Use this repository as template repository and find (search in folder) [TODO
in root folder then replace them as their following instructions. [TODO: remove this line]
- Node installed on your machine.
- MongoDB URI to connect with Database.
- Check
extensions.json
file in .vscode directory some of these extensions are required for maintain code consistency.
- Fork the Template-Repository to your own GitHub account.
- Clone the forked repository to your local machine.
- Create
.env
file and fill environment variables as following written in.env.example
file. - Run
npm i
to install the dependencies and set up the project.
To run project on your local machine, run:
npm run dev
To generate a production-ready version of your code, run:
npm run build
To test production-ready version of your code, run:
npm start