react-backend

npm The MIT License Vivoxa GitHub GitHub followers

Getting Started

Clone the repo as a git clone or any other refered method.

git clone https://github.com/hiranthaPeiris/react-backend.git
cd react-backend

Prerequisites

The following things will be needed to make any developments

  • Node 8
  • Git installed on pc
  • Docker

Install

Install the package dependancies

npm install

Running the tests

First we have to start the server in order to see the functionality

npm start

This will start the server and open the browser, Go to: http://localhost:3000 and take a look

Build With

  • NodeJs
  • Express
  • mongoDB
  • Joi for validations
  • Docker

Contributing

Feel to make any changes and developments. checkout contribution.md for guidelines.

License

This project is licensed under the MIT License - see the LICENSE.md file for details....