Skip to content

MiguelParedesJulien/MiguelParedesJulien_13_17022022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

forthebadge forthebadge forthebadge

ArgentBank

Use an API for a bank user account with React

Prerequisites for install

Dependencies

Installing and launching Back-End

ArgentBank Back-End Repository

  1. Clone the repository of ArgentBank back-end:
    git clone https://github.com/MiguelParedesJulien/P13-Backend.git

  2. Inside this back-end repository, install dependencies:
    npm install

  3. Start local dev server:
    npm run dev:server

  4. Populate database with two users:
    npm run populate-db

  5. Your server should now be running at http://locahost:3001 and you will now have two users in your MongoDB database!

Installing and launching Front-End

  1. Clone the repository of ArgentBank front-end:
    git clone https://github.com/MiguelParedesJulien/MiguelParedesJulien_13_17022022.git

  2. Open the folder: argentbank

  3. Inside this front-end repository, install dependencies:
    npm install

  4. Launch front-end on port 3000:
    npm start

  5. Front-end is now rendered at URL http://localhost:3000.

Author

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published