Skip to content

scottduller/study-now

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Study Now

Study now is a responsive mobile first web application suited towards students to help organise their studies at whatever level of education they are at. This application includes features such as a To-do list, a calendar, a Pomodoro Timer, a Flashcard system.

The deployed final product can be found HERE

Getting Started

Prerequisites

  • You must have NPM installed as well as Node.js

  • You must create your own MongoDB database (There is a free tier). This is for security reasons as the account username and password is omitted.

Setup

Install server dependencies

npm install

Install client dependencies

cd client
npm install

Mongo Connection Setup

Edit the /config/default.json.sample and /config/production.json.sample files to include the correct MonogoDB URI your own database and then remove the .sample extention from each file.

Running the client and server

npm run dev     # Express & React :3000 & :5000
npm run server  # Express API Only :5000
npm run client  # React Client Only :3000

About

Study now is a responsive mobile first web application suited towards students to help organise their studies at whatever level of education they are at. This application includes features such as a To-do list, a calendar, a Pomodoro Timer, a Flashcard system.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors