Skip to content

An application for managing a library's book catalog

License

Notifications You must be signed in to change notification settings

Ryan-Menezes/library-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

library-app

An application for managing a library's book catalog

Settings

Have Node.js installed on your machine and through your terminal enter the project directory and run the command "npm install":

cd "project directory"
npm install

After that make sure that MongoDB is installed on your machine and run the command "mongod" in a separate terminal to start the mongo server:

mongod

Rename the .env.example file to .env

Finally, start the node.js server with the command "npm start" in a separate terminal:

cd "project directory"
npm start

Important

This project is an example of using an api developed by me. it must be running separately for the project to work correctly.

API Link: library-api

About

An application for managing a library's book catalog

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published