- [React.js]
- [Tailwindcss]
- [Nodejs]
- [Expressjs]
- [MongoDB]
- [Redis]
- [Swagger]
- [JSON Web Token]
- [Multer]
To get a local copy up and running follow these simple example steps.
To Start the application
-
-
Go to the server folder
-
Install Node Modules
npm install -
Create a .env file with
MONGODB_URI, TOKEN_SECRET, PORTvariables -
Run
npm run dev -
Now you can see a message in terminal as "Server Started at port 5000"
-
-
-
Go to the client folder
-
Install Node Modules
npm install -
Run
npm start -
Test using Guest user : USERNAME
guestuser@gmail.comPASSWORDguestuser
-
-
To check if everything is working correctly "http://localhost:5000/healthcheck"
-
Now you see "OK" message
-
Client application serves at "http://localhost:3000"
