An open API service indexing awesome lists of open source software.

https://github.com/radhakishan404/student-api

Simple CRUD Opeartion APIs of student
https://github.com/radhakishan404/student-api

Last synced: about 2 months ago
JSON representation

Simple CRUD Opeartion APIs of student

Awesome Lists containing this project

README

        

# Online Auction System

- This application is an online auction platform which allows users to create auctions, add products to auctions and take part in the bidding process.
- Its built using MySQL, NodeJS/JS based stack.
- The API Documentation is provided in following POSTMAN link. https://www.getpostman.com/collections/e499dccf3a548fd6a61d

# How to setup

- You require these tools installed beforehand:
- MySQL 5.7 https://dev.mysql.com/doc/mysql-installation-excerpt/5.7/en/
- NodeJS https://nodejs.org/en/download/

- Clone the repo:
- https://github.com/radhakishan404/online-auction-system.git

- After having these tools installed and working correctly, the setup has 2 phases
- Database
- For Database create your database inside your mysql server.
- All tables will get created automatically.

- Application:
- To start the server, run these commands:
- `npm install`
- `npm run dev`
- After that your server will be host on : `localhost:3001`.