Skip to content

RafaelAngeloPiad/JDVNHS_WebAPI

 
 

Repository files navigation

Jose de Villa National High School Web API

Step by step local developement setup

  1. Download and install latest NodeJS LTS.
  2. Install VS Code text editor.
  3. Install Git. Refer to this video for further reference.
  4. Clone Project in VS Code. Refer to this video.
CTRL + Shift + P
Search for Git Clone then paste:

https://github.com/thisdotEric/JDVNHS_WebAPI.git
  1. Open VS Code terminal and install all dependencies in package.json.
npm install
  1. Install PostgreSQL Database. Refer to this video. Take note of your login credentials.
    • Create database jdvnhs_db
  2. Navigate to the root of the project and create a .env file. Follow the format of the .env.example file and fill up the database credentials.
  3. Run the project. Open VS Code terminal.
npm run dev
  1. Open Chrome and visit http://localhost:PORT/v1/. Change the PORT based on .env file, defaults to 4000.

Github

  1. Fork this project on your account.
  2. Refer to this video tutorial.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.5%
  • Shell 0.5%