Skip to content

NaderBhrr/api_clean_architecture

 
 

Repository files navigation

CRUD API Clean Architecture plain Javascript

Note: Please make the .env file before using. Follow the .env.txt file.

To use:

* npm install
    - to install dependencies
* npx sequelize db:migrate
    - to generate database schema
* npx sequelize db:seed:all
    - optional
    - to insert first data to database
* npm run build
    - to generate compiled project
* npm start
    - to run the project
* npm run dev
    - to be responsive during development

Globally packages I installed

* prettier
* nodemon

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.6%
  • Dockerfile 0.4%