Irregular sleeping patterns are a common problem. This web app will fulfill the user's needs in tracking their sleeping patterns, including duration and timings.
For fellow Developer who would like to check the code out and make use of it, use the following Instructions:
- git clone my code files and open it up.
- Download and Install node and mongoDB if you haven't done that.
- Open up command prompt or Terminal and cd into the Directory😉.
- Run
npm installon the command prompt to install all nodejs dependencies used in this project. - Create
.envfile and allotSECRET,NODE_ENV,PORTandMONGO_URIto a value. - Afterward, run
npm run devin the terminal to start both the frontend and backend simultaneously, open ur browser and uselocalhost:3000in the search bar.
Note: To do this, you need quite an understanding on Node,React and JavaScript.
All you've got to do as a User is:
- Login with your email address and password used to register.
- Register instead if you don't have an account on
Sleep Tracker. - Afterwards, You can login each day and make your entry to track your sleep patterns.
Note: For now its still under development, it's not set for production
- Bootstrap
- Jquery
- React
- Expressjs
- MongoDB
- Passportjs
- Nodejs
- I got the project idea from codementor.io.
Find it useful?. 😉
Have fun 🚀