Skip to content

NairobiTech/Fullstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screenshot of the page design

Screenshot 2024-06-10 at 06 40 05

How To Run The Project

  • Clone the repository

  • Run npm install in the src/frontend directory

  • Run npm install in the src/backend directory

  • Run npm start in the src/backend directory

  • Run npm start in the src/frontend directory

  • You can now access the frontend at http://localhost:3000/ and the backend at http://localhost:4000/

Bonus

  • To run the project using docker, you can follow the steps below:

  • Run docker-compose up --build in the root directory

  • This setup will:

    • Start the backend server at http://localhost:4000/
    • Start the frontend server at http://localhost:3000/
  • You can now access the frontend at http://localhost:3000/ and the backend at http://localhost:4000/

About

Fullstack reading list app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published