Skip to content

barbs-pm/playlist-sequelize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playlisto

Playlisto is an API Rest to controll songs, albums and create playlists.

Objective

  • Create a database model
  • Implement routes, controllers, models and views (working on this last one yet)
  • Create, read, update and delete songs, albums and playlists
  • Last but not least, work perfectly fine without bugs :)

How to use

  1. In \api\config\config.json change database information (username, password, database, port and host) to your own info
  2. Open terminal or cmd and run this (the last command only to populate db if you don't want an empty db to work)
npm install
npx sequelize-cli db:migrate
npx sequelize-cli db:seed:all
  1. Start the project
npm start
  1. To test the API, you can use Postman, or another application

How to contribute

To contribute and make the open source community an amazing place to learn, design, create and inspire others. Just follow the instructions below:

  1. Fork the project
  2. Create a branch with the new feature (git checkout -b feature/feature)
  3. Commit (git commit -m 'Add some feature')
  4. Push the Branch (git push origin feature/feature)
  5. Open a Pull Request

Author

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published