Get Your Parking Permits From Anywhere Web App Built Using React And MongoDB
Get Your Parking Permits From Anywhere
? Easy-Park
Get Your Parking Permits From Anywhere
MongoDB, Expressjs, React/Redux, Nodejs
Easy-Park is a Web-Application in MongoDB, Expressjs, React/Redux, Nodejs.
clone or download
$ git clone https://github.com/sachinoo/Easy-Park.git
$ npm install
Prerequisites
Client-side usage(PORT: 3000)
$ cd client // go to client folder
$ npm i // npm install packages
$ npm run dev // run it locally
### Start
```terminal
$ cd client // go to the client folder
$ npm i // install all the packages
$npm start // start the client side
Server-side usage(PORT: 5000)
$ cd server // go to server folder
$ npm i // npm install packages
$npm start // start the server