wilsonfsouza / challenge-concepts-nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node-js
Challenge 2: Back-end with Node.js

Manage and Rate Repositories in a Portfolio Application

Technologies   |    How To Use   |    License

🚀 Technologies

This project was developed at the GoStack Bootcamp 2020 using the following technologies and packages:

ℹ️ How To Use

To clone and run this application, you'll need Git, Node.js v12.16.2 LTS, and Yarn v1.22 installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/wilsonfsouza/challenge-concepts-nodejs.git backend

# Go into the repository
$ cd backend

# Install dependencies
$ yarn install

# Start the back-end server
$ yarn dev

# Run tests
$ yarn test

📝 License

This project is under the MIT license. See the LICENSE for more information.


Made with ❤️ by Wilson Franca 👋 Get in touch!

About

License:MIT License


Languages

Language:JavaScript 100.0%