Skip to content

zaindewsi/text-annotator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Text Annotator

Get Started

  • Fork and/or clone this repository.

Server Setup

  • Create the database with your PSQL user

    CREATE DATABASE text_annotator_api;

  • Import tables and seeds

    \c text_annotator_api;

    \i server/db.sql;

  • Copy the .env.example file to create a .env with the correct DB credentials

  • Install dependencies and start the server

cd server

npm install.

npm start or npm run dev for nodemon. The api will be served at http://localhost:5000/api/snippets.

Client Setup

  • Install dependencies and start the server

cd client

npm install.

npm start The frontend will be served at http://localhost:3000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published