Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 923 Bytes

README.md

File metadata and controls

48 lines (33 loc) · 923 Bytes

backish

Technologies used

  • Node.js - Javascript runtime environment
  • Express - Web framework for Node.js
  • MongoDb - A document-oriented database
  • Mongoose - Elegant mongodb object modeling for node.js

Documentation

Installation

  1. Fork the Project

  2. Clone the repo

    git clone https://github.com/omotega/backish.git
  3. Install NPM packages

    yarn install
  4. Make a copy of the .env.example file to .env

  5. Execute yarn dev and You will be able to access the API from localhost:7777

  6. Create your Feature Branch

    git checkout -b feature/AmazingFeature
  7. Commit your Changes

    git commit -m 'Add some AmazingFeature'
  8. Push to the Branch

    git push origin feature/AmazingFeature
  9. Open a Pull Request