Skip to content

miervaldis42/oc-p13-argentbank

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenClassrooms - Project 13

Table of Contents

📖 Project

This project is the 13th project of OpenClassrooms JavaScript - React Developer Program.
The objective is using React, Redux & API calls to build the frontend of a legacy project.

🧑‍💻 Stack

Here is the stack used in the project :

🌅 Front-end:

🌄 Back-end :

🚀 Run the Project

To run the project :

  1. Use npm run start-dev or npm run start in a terminal linked to the project root folder

  2. After running the previous commands, the following will happen :

    • Dependencies at the root of the project, in the frontend and backend will be installed
    • React will open the website in the browser at http://localhost:3000
    • Node server will be running at http://localhost:3001
    • Swagger documentation can be seen at http://localhost:3001/api-docs/
  3. In another terminal (linked to the root project too), type npm run database-setup to populate the database with some users

  4. 🎉 Congrats ! The project is up and running !

About

OpenClassrooms - React Developer Program : Project 13

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.6%
  • CSS 17.6%
  • HTML 4.8%