Book platform app for authors who can publish books and readers who can buy and read
This is a Book app with authors and users where authors can post their books and users can buy them. Built with EXPRESS RESTful API on the backend and Angular on the front end.
If you want to run the app you should follow the steps below!
You need to have Node Package Manager (npm) installed and configured.
- Clone the repo
git clone https://github.com/dimitur2204/Bookify.git- Install NPM packages
npm install- Create a '.env' file in the config folder and enter your MongoDB Atlas Data in it: You will need
DB_PASS=example_passwordDB_NAME=example_db_nameDB_USERNAME=example_usernameDB_CLUSTER_NAME=example_cluster_nameOtherwise if you want to run it locally
you should have Mongo shell installed and change the database connection
string in dev.config.js to your localhost database4.When you are in the base directory run npm start. Then go to localhost://3001 or the port you have configured and make all the request you want.
To view the documentation you should start the local server first and then head to http://localhost:3001/api/v1/docs
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the Apache License 2.0. See LICENSE for more information.
Dimitar Nizamov - dimitur2204@gmail.com
Project Link: https://github.com/dimitur2204/Bookify
No one to acknowledge yet!
