Skip to content

danyalasif/ByTheBook-React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ByTheBook-React

A CRUD application with Server and Client sides separated in indivdidual folders.

Running the project

You will need to add "MONGO_URL" to .env for the server to start properly

  • Clone the project with git clone
  • Run npm install in the root, this should install packages in both client and server
  • Run server with npm start
  • Run client with npm start

Tech Stack

Client

  • React
    • React-Router
    • Redux
    • React-Bootstrap
    • Semantic-UI

Server

  • NodeJS
    • ExpressJS
  • Mongoose
  • PassportJS
  • MongoDB : As the database

About

A CRUD application with Server and Client sides.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages