My thesis case study to digitalize paperworks at SOL
- Nodejs
- Express
- MongoDB
- Passport with JWT
- Clone the project and run
npm install
to install dependencies - Create a file name
.env
and set up your environment variable:MONGO_URI
andJWT_SECRET
. More info at https://www.npmjs.com/package/dotenv - Run
npm start
to start development server - This repo needs to run concurrently with the other repo SOL-Project-Frontend