Skip to content

Learned how to make simple API with Bookstore System

Notifications You must be signed in to change notification settings

AlvaJufinto/Bookstore.ts

Repository files navigation

Bookstore.ts

Bookstore.ts is a simple API to manage bookstore's books, orders, and customers from admin side. I use Typescript as the base language, Express and Node for Backend, Bcrypt for password hashing, and MongoDB for database. Frontend side and documentation of this app wil be added soon.

Acknowledgements

Tech Stack

Getting started

  npm install

To run this repo in development mode :

  npm run test

To run this repo in production mode :

  npm start

JSON file to test this API on Postman :

bookstore.postman_collection.json

Documentation

I will add this as soon as possible

About

Learned how to make simple API with Bookstore System

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published