Thanks to visit codestin.com
Credit goes to github.com

Skip to content

flavindias/deejairest

Repository files navigation

deejAI REST

A music recommendation service based on artificial intelligence.

Requirements

Folder structure

.
├── __tests__               # Automated tests (alternatively `spec` or `tests`)
├── docs                    # Documentation files (alternatively `doc`)
├── src                     # Source files (alternatively `lib` or `app`)
|   ├── app     
|   |   ├── controllers     # Controllers folder
|   |   ├── middleware      # Middleware folder
|   |   └── models          # Models folder
|   ├── config              # Database and app config
|   └── database    
|       └── migragrions     # Migragion folder
├── .env                    # .env development/production environment variables file
├── .env.test               # .env test environment variables file
├── .gitignore              # .gitignore
├── LICENSE
├── package.json            # Dependences info.
└── README.md

Common setup

Clone the repo and install the dependencies.

git clone [email protected]:flavindias/deejairest.git
cd deejairest
npm install

Steps for read-only access

To start the express server, run the following

npm run start:dev

Open http://localhost:3000 and take a look around.

About

A Simple REST Api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages