Skip to content

Davigl/customers-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

logo

GitHub Last Commit GitHub Stars Repository issues Repository Size

Challenge   |    Preview   |    Technologies   |    Contributing   |    How to Use

🤔 Challenge

Build an application that manages data collected from customers. This application will be a simple CRUD with API (backend) and Client (frontend) for client management.

Every customer must have a name and e-mail and it must be possible to mark it in different tags.

👀 Preview

This project was made with 2 days due to some problems with the plataform that delivers the test. Check live Customers Manager

🚀 Technologies

This project was developed with the following technologies:

✏️ Client

🖥️ Server

ℹ️ How To Use

To run this application, Node.js v10.16 or higher + Yarn v1.13 or higher installed on your computer. From your command line:

# Install dependencies
$ cd client && yarn

# Running Client
$ yarn start

# Running Server
$ cd server && rails s -p 3001

👋 Get in touch!