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

https://github.com/sayanbanerjee-007/courses

An assignment to showcase courses for an internship.
https://github.com/sayanbanerjee-007/courses

express-js mongoose reactjs redux-toolkit rest-api socket-io

Last synced: 3 months ago
JSON representation

An assignment to showcase courses for an internship.

Awesome Lists containing this project

README

          

# Guidelines

## Prerequisite

1. Node.js @18.17.1 installed
2. MongoDB server installed

## Installation Steps

> 1.Download the zip file and extract the contents or pull the repositories using git. You will get total a folder named 'frontend' and other folder named 'backend'.

> 2.Go inside the directory 'backend' and run the bellow commands:

```bash
npm i
npm run dev
```

> 3.Go inside the directory 'frontend' and run the bellow commands:

```bash
npm i
npm run dev
```

> 4.Go to this URL : http://localhost:5173/