Skip to content

manofern/NLW-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next Level Week #02 🚀

About this project

Proffy is a online study platform.
In the time that we live now with social distance and quarantine, schools and colleges had to stop. Proffy became a way out of this situation. With the site, teachers can continue passing knowledge and students can continue learning.

How this work?

  • Give classes: The teacher can present their available time, subject to teach, and the value per class/hour.
  • To study: The student can look for the best day, time and subject to study.

Creation Process

DAY 1: Front-end

Html + css

dia1

DAY 2: Front-end

Html + css

dia2.1

dia2.2 dia2.3

DAY 3: Front-end

Html + css + javascript

dia3.1 dia3.2 dia3.3

DAY 4: Back-end

Node.js + Nunjucks + Nodemon

  • Configuring the Nunjucks
  • Starting the server
  • Applying the routes
  • Keeping data from front-end

DAY 5 The final day: Database

SQLite

  • Server configuration
  • Database creation and configuration
  • test: SUCCESS!

To run this project

  • Install: Node.js | node_modules | Nodemon | Nunjucks | SQLite
    • Node.js
    • node_modules: Terminal [ npm install express ]
    • Nodemon: Terminal [ npm install nodemon -D ]
    • Nunjucks: Terminal [ npm install nunjucks ]
    • SQLite: Terminal [ npm install sqlite-async ]
  • Open the terminal and type "npm run dev"
  • Now you can open the browser and type "http://localhost:5500/"

Disclaimer

this project was a part of a free course offered by Rocketseat with classes by professor Mayk Brito , the ones I thank for the knowledge.

Releases

No releases published

Packages

No packages published