/CRUD-TEST

Primary LanguageTypeScript

CRUD TEST

Personal application.

Setup

npm install

Next, for the database here's the script to generate the tables (script)

Usage

  npm run start:dev

Routes

Postman

http://localhost:8100/users
http://localhost:8100/users/:id
http://localhost:8100/users/create
http://localhost:8100/users/delete
http://localhost:8100/users/update/:id
http://localhost:8100/areas
http://localhost:8100/areas/:id
http://localhost:8100/areas/create
http://localhost:8100/areas/delete
http://localhost:8100/areas/update/:id

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT