An open API service indexing awesome lists of open source software.

https://github.com/flavioccf/nlw2-server

Next Level Week 2 by RocketSeat - server side project
https://github.com/flavioccf/nlw2-server

musify nextlevelweek nodejs postgresql proffy sqlite

Last synced: about 2 months ago
JSON representation

Next Level Week 2 by RocketSeat - server side project

Awesome Lists containing this project

README

          






Musify






💻 **Access to Front end [here](https://github.com/flavioccf/nlw2-web)** |
🖥 **Access to Back end [here](https://github.com/flavioccf/nlw2-server)** |

## 💡 About the project

Project created at the Next Level Week, promoted by [Rocket Seat](https://rocketseat.com.br), 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.

## 🚀 Programming Languages

- ReactJS
- TypeScript
- HTML5 e CSS3
- NodeJS

## 📥 How to Run this project on your PC

- 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.

## 📕 License

All of the files here inclued are under [MIT License](./LICENSE).

Made with ❤ by [Flavio Carvalho](https://github.com/flavioccf)

This readme was based on [DXWebster](https://github.com/dxwebster/NLW2-Proffy) repo of the same project