-
frontend: react 17.0.0(hooks / redux-toolkit / axios)
-
backend: node.js(express / jwt-auth)
-
db: Redis(Caching compaigns) / MongoDB(Auth)
-
deployment: herokuapp.com
https://mobkoi-test.herokuapp.com
https://mobkoi-herman.herokuapp.com/api-docs
You need to set up your development environment before you can do anything.
Install Node.js and NPM
Then setup your application environment.
npm install
npm start
This installs all dependencies with npm. So after that your development environment is ready to use.
- Run
npm run dev
to start nodemon with tcs-watch, to serve the app. - Run
npm test
to unit test for the frontend and backend. - Run
npm format
to do prettier formation. - Frontend server address will be displayed to you as
http://localhost:3000
- Backend server address will be displayed to you as
http://localhost:5000