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
This application can be run locally on port 1337
Clone the repo -:
$ git clone https://github.com/r-scheele/Initializer.gitClone the repo in the current directory-:
$ git clone https://github.com/r-scheele/Initializer.git .Install the application's requirement:
$ npm installRun the application:
$ npm run devFeatures, bug fixes, improvements etc are to be made in a different branch after which PRs will be sent for review before merging.