Created a freelancing web application to be used for daily tasks like hostel delivery, etc. Currently, this app is used by the students in my college to earn money and also to get their work done. Check it out here 😉
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You are going to need Node.js and npm installed on your machine.
Follow the below steps to install and configure this repository to work on your machine.
Step 1 : Clone the repository
git clone "https://github.com/shwetagurnani/At-Your-Service.git"
Step 2 : Open a terminal.Change directory to At-Your-Service and install node_modules
cd At-Your-Service/
npm install
Step 3 : Open a new terminal and change directory to At-Your-Service/client and install node_modules
cd At-Your-Service/client
npm install
Step 4 : You will need to run Backend & Frontend seperately!
In the first terminal where directory is At-Your-Service run the command npm start
In the second terminal where directory is At-Your-Service/client run the command npm start
It will ask Would you like to change the server as something is already running on port:3000 click yes.
And finally the server will be loaded!
1.)React - Frontend javascript library
2.)Node - Backend framework
3.)Express - Node.js web application framework
4.)MongoDB - Database Management
Shweta Gurnani
If you have any difficulty in building up the code in the repository,feel free to open the issue!