Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 883 Bytes

File metadata and controls

42 lines (35 loc) · 883 Bytes

Challenge Rocketseat

This project was a challenge from Rocketseat, which I had the pleasure of working for a week

  • React native (mobile folder)
npm install
npm start
  • ReactJs (to webapp - web folder)
npm install
npm start
  • Restfull API (to talk webapp and app with database)
npm install
npm run start
  • SqlLite (to building database)
To building database is only run the code below:

to building all database

npm knex:migrate

to put the content in all table

npm knex:seed

Thanks for

I have to congratulate @diego3g from Rocketseat. This content was of a very good level and I know that it will take me to the next level of my career.

Contact me