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
- Host: GitHub
- URL: https://github.com/fischkevin/da-js-projet13
- Owner: FischKevin
- License: mit
- Created: 2024-01-30T14:03:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-20T13:57:31.000Z (over 2 years ago)
- Last Synced: 2024-05-03T03:19:07.344Z (about 2 years ago)
- Topics: api, css3, express, html5, mongodb, reactjs, redux, redux-toolkit, state-management, swagger, yaml
- Language: JavaScript
- Homepage:
- Size: 977 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```