Skip to content

ismael-moralesch/quickbase-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QUICKBASE DEMO

Getting Started

  1. Ensure you have Node.js installed.
  2. Create a Mongo Atlas database online or start a local MongoDB database.
  3. Create a server/.env file with following properties: PORT property set to the port you want the express api to run on. MONGO_URL property set to your MongoDB connection string. FRESHDESK_API_TOKEN token to authenticate in the FreshDesk API. GITHUB_API_TOKEN token to authenticate in the GitHub API.
  4. Create a client/.env file with following properties: URL_SERVICE_API property set to the url where the express API will run (in our case should be http://localhost:PORT).
  5. In the terminal, run: npm install

Running the Project

  1. In the terminal, run: npm run server
  2. In a second terminal: go inside client folder 'client' by running cd client run node index.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published