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
- Host: GitHub
- URL: https://github.com/radhakishan404/student-api
- Owner: radhakishan404
- Created: 2022-10-30T05:58:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-30T05:58:58.000Z (over 2 years ago)
- Last Synced: 2025-02-12T09:53:11.917Z (3 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.