Skip to content
This repository has been archived by the owner on Nov 6, 2021. It is now read-only.

Latest commit

 

History

History
51 lines (31 loc) · 1.46 KB

README.md

File metadata and controls

51 lines (31 loc) · 1.46 KB

welcome to Study Tracker application 👋

Version License: MIT

A project to help you track time spent on each subjects & goals for study sessions.



Local SetUp

$ git clone https://github.com/open-devs/study-tracker.git

$ cd frontend && npm install

$ Create a .env file inside frontend folder and add VUE_APP_BASE_URL=http://localhost:3000/

$ cd backend && npm install

$ Create a .env file inside backend folder and add these keys and its value: MONGOOSE_CONNECTION_STRING, PASSWORD_SALT_FACTOR, JWT_SECRET

$ finally run frontend & backend : npm run fe && npm run be

👤 author

open devs ([email protected])

🤝 Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2020 open devs ([email protected]).
This project is MIT licensed.


This README was generated with ❤️ by readme-md-generator