Skip to content

Pick the one! Node.js / Express.js / Mongoose back end of an app that helps to choose a name for a baby. 👶 Get inspired, pick some names and share them with family and friends!

Notifications You must be signed in to change notification settings

marcozampini/ironhack-final-project-back

Repository files navigation

Pick the one! - Back end

About this project

This is the final project of the Ironhack Bootcamp in Paris, Full-stack development class, February - April 2022.

This project has been developed by:

  • Akanksha Singh Pradhan
  • Brian Valette
  • Marco Zampini

Setup

Initial configuration

  • Clone this repository
cd ironhack-final-project-back
npm install

Seed the database

  • Add the countries:
node db/seeds/countries.seed.js
  • Add the names:
node db/seeds/names.seed.js
  • Create fake users:
node db/seeds/users.seed.js
  • Create fake boards:
node db/seeds/boards.seed.js
  • Create fake lists:
node db/seeds/lists.seed.js
  • Create links between names and lists:
node db/seeds/links.seed.js
  • Seed all at once, in the right order. Note that it will take some time because of the names seeding:
node db/seeds/countries.seed.js ;\
node db/seeds/names.seed.js ;\
node db/seeds/users.seed.js ;\
node db/seeds/boards.seed.js ;\
node db/seeds/lists.seed.js ;\
node db/seeds/links.seed.js

Start the API

npm start

About the sources of the names

About

Pick the one! Node.js / Express.js / Mongoose back end of an app that helps to choose a name for a baby. 👶 Get inspired, pick some names and share them with family and friends!

Topics

Resources

Stars

Watchers

Forks