Skip to content

pablodevs/Book-Go

Repository files navigation

Final Project Chavi, Clara y Pablo

4Geeks Academy Full-Stack Developer program final project.

Link to the page: click here

-> Administrator account to explore the administration panel:

email: admin@admin.es

pass: admin

Authors

Implemented endpoints:

--> routes.py

  • /.../, methods: '': Comment ...frontURL/.../
  • ...

--> app.py

  • /.../, methods: '': Comment ...frontURL/.../
  • ...

License

Open license

Back-End Manual Installation:

Make sure you have Python 3.8:

  1. Migrate the migrations: $ pipenv run migrate
  2. Run the migrations: $ pipenv run upgrade
  3. Run the application: $ pipenv run start

pipenv run upgrade && pipenv run start

Front-End Manual Installation:

  • Make sure you are using node version 14+ and that you have already successfully installed and runned the backend.
  1. Install the packages: $ npm install
  2. Start coding! start the webpack dev server $ npm run start

If having this problem: npm ERR! during running $ npm install try:

⚠️ brew install node@14 && brew link node@14 && npm run start

⚠️ nvm install 14 && rm -rf node_modules && npm install

  1. $ brew install node@14
  2. $ brew unlink node
  3. $ brew link node@14
  4. $ npm install
  5. $ npm run start

Handcrafted with ❤️ by peibol888, chavisam & clararls

About

4Geeks Academy Full-Stack Developer program final project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published