Skip to content

rskrfn/thinc-backend

Repository files navigation


Logo

Thinc

This project is the back-end from our assignment of building online based class implementing React.js and Express.
View Deployed App
(Under Development)

Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contact

About The Project

This project is the back-end from our assignment of building online based class implementing React.js and Express. Assigned by Arkademy to Fullstack Mobile 21 Class. This project is a step for us to become a fullstack mobile developer.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

Things you need to install

  • npm
    npm install npm@latest -g
  • express
    npm i express
  • dotenv
    npm i dotenv
  • cors
    npm i cors
  • mysql
    npm i mysql

Installation

  1. Clone the repo
    git clone https://github.com/rskrfn/react.js-implementation.git
  2. Make a database on XAMPP
  3. Add your database to .env file
    PORT = "PORT_USED"
    DB_HOST = "HOST"
    DB_USER = "YOUR_USERNAME"
    DB_PASSWORD = "YOUR_PASSWORD"
    DB_DATABASE = "DATABASE_NAME"
    EXPIRE = "TOKEN_EXPIRE_TIME"
    ISSUER = "TOKEN_ISSUER"
    SECRET_KEY = "YOUR_SECRET_KEY"

Roadmap

This project is our learning step to become a fullstack mobile developer. Should be adding more features and continuous improvement on a weekly basis until this project is done.

API Documentation

Postman Documentation Thinc

Contact

Riski Arifani - arifaniriski@gmail.com

Project Link: https://github.com/rskrfn/thinc-frontend

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published