Project created at the Next Level Week, promoted by Rocket Seat, the initial project was called Proffy and the aim was to create a platform for students to find teachers for a variety of subjects.
In my project I made Musify, with the specific goal of connecting instruments teachers and students.
The original design provided by RocketSeat was changed to follow the Spotify color pallete.
- ReactJS
- TypeScript
- HTML5 e CSS3
- NodeJS
- Clone the web repo:
git clone https://github.com/flavioccf/nlw2-web.git
- Clone the server repo:
git clone https://github.com/flavioccf/nlw2-server.git
In both projects you need to go to the folder and run:
- Dependencies installation:
yarn install
- Run application:
yarn start
The server repo has both SQLite and PostgreSQL configs, those are split in two different branches.
All of the files here inclued are under MIT License.
Made with ❤ by Flavio Carvalho
This readme was based on DXWebster repo of the same project