Skip to content

vasugamdha/SkipTheBinsBackend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project - Skip The Bins

Authors

Features Developed

  • User Management - Vasu Gamdha
  • Scheduling Pickups - Prashit Prakashbhai Patel
  • Tracking Pickups - Vivekkumar Patel
  • FAQs - Aabhaas Jain
  • Contact Us - Lokansh Gupta
  • Analytics - Jaimi Maheshbhai Sheta

Getting Started

To have a local copy of this project up and running on your local machine, refer the sections below.

Prerequisites

First you need to install the following software / libraries / plug-ins

  • Node.js
  • npm

See the following section for detailed step-by-step instructions on how to install this software / libraries / plug-ins

Installing

Installation of Node.js and npm can be found at https://nodejs.org/en/

Run the following commands to check successful installation:

  • node -v
  • npm -v

To run this project on local follow the below steps:

Deployment

This project is deployed on Heroku server. Follow below steps for deployment:

  1. Go to https://www.heroku.com/ and sign in with your account.
  2. Create a new app and give it a name.
  3. In your terminal, run 'heroku login'.
  4. After successful login, run 'heroku git:clone -a {APP_NAME}$ {APP_NAME}' where APP_NAME is the name provided in step 2.
  5. Run 'git add .' to add all the files.
  6. Run 'git commit -am MESSAGE' where MESSAGE is any string which can be used to identify the commit.
  7. Run 'git push heroku master' to push the code.
  8. Heroku will build the code after completion of push operation.
  9. Click on 'Open App' from the heroku website window to view the deployed app.

Built With

  1. express
  2. cors
  3. body-parser
  4. mongoose
  5. moment

Acknowledgments

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published