A project to help you track time spent on each subjects & goals for study sessions.
🏠 Homepage
$ 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
open devs ([email protected])
- website: https://opendevs.in/
- github: @open-devs
Give a ⭐️ if this project helped you!
Copyright © 2020 open devs ([email protected]).
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator