Skip to content

tierryray/linkapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinkAPI Dashboard

SETUP

git clone https://github.com/tierryray/linkapi.git

DEPENDENCIES

yarn or npm install

Install json-server to mock API with the following command: npm install -g json-server

The mock up file can be found in the src/api/db.json folder. After installing json-server, enter the directory, and then run the following command: json-server -p 4000 --watch db.json

You must keep the command running in the port 4000 for the project to consume the api.

RUNNING THE PROJECT

Just run the folowwing command:

yarn start or npm start

This command will automatically open the browser on http://localhost:3000.

TECHNOLOGIES

TECH LINK
🔹 React DOCUMENTATION
🔹 React Bootstrap DOCUMENTATION
🔹 Styled Components DOCUMENTATION
🔹 Axios DOCUMENTATION
🔹 React Icons DOCUMENTATION
🔹 PropTypes DOCUMENTATION
🔹 Json Server DOCUMENTATION

LICENCE 📝

Copyright © 2019 tierryray | Tierry Ray

This project is MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors