Skip to content

A react app for bike renting along with a Node.js api

Notifications You must be signed in to change notification settings

yoosif0/bikes-rental

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bikes Rental

Configuration

Add a .env file in the Server folder. This file would contain all non-shareable config.

Mailer Config

  • Add mailerUser (sender email address) and mailerPass (sender email password) to the .env file

Database Setup

  • Add geospatial index in mongodb
    • db.getCollection('bikes').createIndex( { location : "2dsphere" } )

Notice

The code has been tested on a Windows 10 x64 machine. No guarantees that the development environment would work in other operating systems; hopefully it does

About

A react app for bike renting along with a Node.js api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published