Event platform developed during the Ignite Lab week. The platform allows users to watch video classes, see class schedules, and information about the classes like additional content, teachers, and comments.
Before starting, you will need to install the following tools:
# Clone this repo
$ git clone <https://github.com/BrenoAugustoo/ignite-lab02
# Access the project folder
$ cd ignite-lab02
# Install the dependencies
$ npm install
# Run the application on develop mode
$ npm run dev
# The server will start on port 3000 - go to <http://localhost:3000>
The following tools have been used to build this project: