Steps to run this project locally:
- Run
npm icommand. - Add your env variables to
.envfile, look at.env.samplefile for reference. - Run
npm run buildto compile the project. - Run
npm lintto lint the project. - Run
npm testto run the test. - Run
npm run build:watchto compile the project in watch mode. - Run
npm run devto run the server in watch mode. - Run
npm startcommand to start the server.
You need to have a database instance to run this project as it uses mongodb to connect to a database, you can also run the server by running docker-compose up which will create a docker container for MongoDB then run the instance in a container
Built with TypeScript, MongoDB andExpress.
Built with ❤️ by @bkoiki950