Skip to content

OLucasAlves/nlw-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nlw-2

💻 Projeto

Projeto criado durante a NLW-2 promovido pela Rocketseat

Link para acessar a Demo

ecoleta

npm node GitHub language count GitHub top language

Technologies   |    Dependencies   |    How To Use

🚀 Technologies

This project was developed at the Next Level Week #1 by Rockseat using the following technologies:

📑 Dependencies

Server (Node.js):

express

cors

knex

sqlite3



Web (ReactJS):

axios

axios

axios

axios

axios



ℹ️ How To Use

To clone and run this application, you'll need Git, [Node.js v12.14.1][nodejs] or higher and [npm v6.13.4] or higher installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/OLucasAlves/nlw-2.git

# For each folder (server, web and mobile) go into folder and install dependecies

# For server project (Node.js)
$ cd server
$ yarn install
$ yarn knex:migrate
$ yarn start

# For web project (ReactJS)
$ cd web
$ npm install
$ npm start

# For mobile project (React Native)
$ cd mobile
$ yarn install
$ yarn start

Releases

No releases published

Packages

No packages published

Languages