Short description
- Quick start
- Status
- What's included
- Bugs and feature requests
- Contributing
- Creators
- Thanks
- Copyright and license
If you don’t have any of these tools installed already, you will need to:
Download and install git
Download and install nodejs https://nodejs.org
You will need to clone source code of client GitHub repository. To do this open console and execute following lines:
git clone https://github.com/prodigy-RBK/back-end.git
You will need to clone source code of client GitHub repository. To do this open console and execute following lines:
cd back-end
npm install
To run local copy in development mode, execute:
npm start
your http://localhost:3000 will be running for API calls
Flow is in development process
Here is the folder structure
├───config
|
├───models
|
├───operations
|
├───api
│
├───services
|
├───loaders
Have a bug or a feature request? Please first read the issues and search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.
In order to contribute with a feature or User Story in the project you need to create a new branch with your name and the feature name e.g:
branch name : your-name-feature-name
Please read through our Endpoint guidelines. Included are directions for making an endpoint and notes on development.
Please Read our coding style and contribution guidelines.
Moreover, all Javascript should conform to the Code Guide, maintained by standard.
Thanks to the team
Enjoy 🤘