Skip to content

awesomedevchris/TS_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Mobkoi Comapign Test - Denys

  • frontend: react 17.0.0(hooks / redux-toolkit / axios)

  • backend: node.js(express / jwt-auth)

  • db: Redis(Caching compaigns) / MongoDB(Auth)

  • deployment: herokuapp.com

Live Demo

https://mobkoi-test.herokuapp.com

Swagger(API Documentation)

https://mobkoi-herman.herokuapp.com/api-docs

❯ Getting Started

Step 1: Set up the Development Environment

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.

Running in dev mode

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published