git clone [email protected]:kwen0/timesheet-app-backend.git
cd timesheet-app-backend
npm install
npm run devStart
- If you do not have mongodb installed, please install it by following the instructions here
- Navigate to the timesheet-app-backend directory in your terminal and run the following command:
mongoimport --db=data --collection=timesheets --type=csv --headerline --file=data.csv
- Your terminal should say:
connected to: mongodb://localhost/
588 document(s) imported successfully. 0 document(s) failed to import.
git clone [email protected]:kwen0/timesheet-app-frontend.git
cd timesheet-app-frontend
npm install
npm start