- Node.js - Javascript runtime environment
- Express - Web framework for Node.js
- MongoDb - A document-oriented database
- Mongoose - Elegant mongodb object modeling for node.js
- API DOCUMENTATION: https://backisk.onrender.com/docs
-
Fork the Project
-
Clone the repo
git clone https://github.com/omotega/backish.git
-
Install NPM packages
yarn install
-
Make a copy of the .env.example file to .env
-
Execute yarn dev and You will be able to access the API from localhost:7777
-
Create your Feature Branch
git checkout -b feature/AmazingFeature
-
Commit your Changes
git commit -m 'Add some AmazingFeature'
-
Push to the Branch
git push origin feature/AmazingFeature
-
Open a Pull Request