/next-level-week-proffy

Programa desenvolvido durante a semana Next Level

Primary LanguageCSSMIT LicenseMIT


Move.It

Made by Thales Macena Top Language Last Commits Top Language

🗂 Table of contents

📑 About

Application developed during Rocketseat Next Level Week. The classes were taught by the teacher maik britto.

Proffy is a tutoring platform. Teachers register and tell the classes and times they want to teach. Students can search for teachers by selected subjects and schedules.

🚶 Static Project

You can find the static design of the pages, an example of what it would look like, in Master Branch without all its functionality. By accessing Proffy website, its Github pages link. You can also find a Error page, if the server responded with a http 404 error.

🏃 Dynamic Project

In the development branch you can find the updated project using node.js. The reason for leaving the application finished in the dev branch, is to keep your dependencies as close as possible to the original and to be able to use the github pages tool to show the design of the application in the master branch.

💻 Modules

This project uses Express.js framework, the nunjucks template engine, the asynchronous sqlite database. And the Nodemon as a development dependency to reload the server whenever changes are made

🔥 Run the Project

to run the project first download or copy all the files from the dev branch to your chosen local directory. Then use your package manager's run command:

With NPM:

npm run dev

With Yarn:

yarn run dev

The server is listening on port 5500, so to access, just go to 127.0.0.1:5500 or localhost:5500