π The PDF version of my thesis is available for download β‘οΈ here.
MERN.mp4
Make sure you have your own credentials:
- in backend/.env file for MONGO_URI variable
- frontend/src/pages/user/UserOrderDetailsPage.js for PayPal client-id
- Open terminal on the frontend folder and run "npm install"
- Open terminal on the backend folder and run "npm install"
- Having terminal opened on the backend run "npm run dev" to run the application
- Optionally run seeders by running "npm run seed:data" (being in the backend folder)
This application is deployed on Render Please check it out π here.
$ git clone https://github.com/ChrisZaikis/zaikis_dipl.git
$ cd project
$ npm install
$ npm run dev
$ npm run build
$ npm start
This project is licensed under the MIT License - see the LICENSE file for details.