Skip to content

capslock-bmdc/core-server

Repository files navigation

Welcome To CAPSLOCK API Repo!

First Setup

  1. Install MongoDB Service from Here
  2. Install Node.js from Here
  3. Clone this repo to your local machine using git clone https://github.com/capslock-bmdc/core-server.git
  4. Go to the path of your local repo and run npm i
  5. Create a new file in the main directory that called .env and put there DATABASE_URL=mongodb://localhost/capslock
  6. The party is begin!

Contributing

  1. Pull this repo to your local machine using git clone https://github.com/capslock-bmdc/core-server.git
  2. Create your feature branch: git checkout -b my-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-feature
  5. Submit a pull request :D

Prerequisites

  • NPM
  • Node.js
  • Express.js
  • MongoDB

NPM Scripts

  • "start": node server.js
  • "devStart": nodemon server.js

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published