Welcome to PTF Docs

suiviPTF is a web application designed to put tutors in touch with their students. The student fills in forms that can be viewed by the tutor. They can also write posts about events they'd like to share, or keep as a souvenir to write a report about later.

Find the full project here.

Tech Stack

Front: Next, React, TailwindCSS

Back: Node, Express

Start the project

cd back && npm install && npm start

cd front && npm install && npm start

Authors