Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yourakshaw/mdf01
A RESTful API for a simple e-commerce application using Node.js and MySQL. This API should manage products, categories, and user authentication.
https://github.com/yourakshaw/mdf01
Last synced: 12 days ago
JSON representation
A RESTful API for a simple e-commerce application using Node.js and MySQL. This API should manage products, categories, and user authentication.
- Host: GitHub
- URL: https://github.com/yourakshaw/mdf01
- Owner: YourAKShaw
- License: mit
- Created: 2024-08-01T05:50:50.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-05T14:45:57.000Z (4 months ago)
- Last Synced: 2024-08-06T07:41:17.585Z (4 months ago)
- Language: TypeScript
- Size: 420 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MDF01
A RESTful API for a simple e-commerce application using Node.js and MySQL. This API should manage products, categories, and user authentication.Find the project requirements [here](https://www.notion.so/Assignment-for-Hiring-the-Freelance-Intern-NodeJS-8e8e5fe5d8f847f8aeb2f9893cefb3a9).
### Running The Project
- Build the Project:
```
npm run build
```- Start the Project:
```
npm start
```- Develop the Project with Auto-Rebuild and Restart:
```
npm run dev
```