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
- Host: GitHub
- URL: https://github.com/flavioccf/nlw2-server
- Owner: flavioccf
- Created: 2020-08-06T00:55:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-10T13:06:32.000Z (almost 6 years ago)
- Last Synced: 2025-03-27T09:21:24.200Z (about 1 year ago)
- Topics: musify, nextlevelweek, nodejs, postgresql, proffy, sqlite
- Language: TypeScript
- Homepage:
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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