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

https://github.com/fischkevin/da-js-projet13

Thirteenth project from JavaScript React developper path at OpenClassrooms
https://github.com/fischkevin/da-js-projet13

api css3 express html5 mongodb reactjs redux redux-toolkit state-management swagger yaml

Last synced: 3 months ago
JSON representation

Thirteenth project from JavaScript React developper path at OpenClassrooms

Awesome Lists containing this project

README

          

# DA-JS-Projet13

Project 13 from JavaScript React developper path at OpenClassrooms

# First clone the project and launch backend
```
git clone https://github.com/FischKevin/DA-JS-Projet13.git
cd DA-JS-Projet13
cd back
npm install
npm run dev:server
```

# Then launch frontend
```
git clone https://github.com/FischKevin/DA-JS-Projet13.git
cd DA-JS-Projet13
npm install
npm run dev
```

You can see the site at : http://localhost:5173

# Login/password
```
tony@stark.com
password123
```

```
steve@rogers.com
password456
```