A Node TypeScript starter project using MongoDB
Backend Application for starter code for African reactors project
The backend uses the following technologies:
-
Node.js for the application itself.
-
MongoDB for database.
-
Mongoose for handling MongoDB interactions
-
TypeScript for handling Types and schemas
Setup for contribution
This application can be run locally on port 1337
Clone the repo -:
$ git clone https://github.com/r-scheele/Initializer.git
Clone the repo in the current directory-:
$ git clone https://github.com/r-scheele/Initializer.git .
Install the application’s requirement:
$ npm install
Run the application:
$ npm run dev
Making Changes
Features, bug fixes, improvements etc are to be made in a different branch after which PRs will be sent for review before merging.