Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌿 StudyNest - Your Cozy Study Companion

A full-stack web app built with **Node.js + Express** (backend) and vanilla HTML/CSS/JS (frontend).

Try the live demo here:

Try StudyNest Demo

No installation needed - works in your browser!

Demo accounts:

  • Username: Sarah / Password: demo123
  • Username: Emma / Password: demo123

˖᯽ ݁˖

Image Image

Quick Start ‧₊˚❀༉‧₊˚.

1. Set up the backend

cd backend
cp .env.example .env        # copy environment config
npm install                 # install dependencies
node server.js              # start the server

You should see:

🌸 StudyNest backend running on http://localhost:3001
🌱 Created new database
✅ All tables ready

2. Open the frontend

Just open frontend/index.html in your browser , no build step needed 🌸

3. Pick a role

  • role: Supporter 🌸
  • role: Student 📚

Then you can send each other love notes! 💌


# File Structure

studynest/
│
├── demo.html
├── assets/
        ├── images/
        └──videos/
├── index.html
├── .gitignore
├── README.md
│
├── backend/
│   ├── .env.example
│   ├── .gitignore
│   ├── package.json
│   ├── server.js
│   ├── db.js
│   │
│   ├── middleware/
│   │   └── auth.js
│   │
│   └── routes/
│       ├── auth.js
│       ├── notes.js
│       ├── timer.js
│       ├── mood.js
│       └── goals.js
│
└── frontend/
    ├── assets/
    │   ├── images/
    │   └──videos/
    │
    ├── index.html
    ├── demo.html
    ├── css/
    │   └── style.css
    └── js/
        ├─── app.js
        └── demo.js

Gallery:

Image
Image
Image
Image
Image
Image
Image
Image

About

A full-stack web app built with Node.js + Express (backend) and vanilla HTML/CSS/JS (frontend).- BUILD IN PROGRESS

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages