Skip to content

AbderrSfa/book-directory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“š Book Directory

πŸ”Œ Backend

The backend uses Node.JS and Express.JS to run a server on port 4040. The data is kept in a postgres database running in a docker container.

πŸ–Ό Frontend

The frontend was made using next.js and react, and styled with tailwindCSS.

βš™οΈ Usage

There is a Makefile in the root directory.

  • Run make to create the postgres database and install all npm packages for the frontend and backend.
  • Go to the api folder and run npm run start to start the backend.
  • Then, in a different terminal, go to the src folder and run npm run start to start the next.js frontend.

You can access the app on localhost:3000

P.S: You need to have docker installed to run the postgres database. Also these books don't actually exist. It's just dummy data.

book-directory-gif

book-directory

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published