Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```