Skip to content

hngx-org/Vikings-events-backend

Repository files navigation

VIKINGS EVENTS BACKEND

Documentation

Installation

required: Node plus npm and Git

Fork the repo https://github.com/hngx-org/Vikings-events-backend
git clone https://github.com/<your_github_username>/Vikings-events-backend

cd Vikings-events-backend

git remote add upstream https://github.com/hngx-org/Vikings-events-backend.git  

git pull upstream dev

git checkout <your_branch_name>

Running Locally

npm install

# Copy env.sample to .env and input your keys

npm run dev

Pushing your code

npm run lint

# add and commit your changes

git pull upstream dev

git push origin <your_branch_name>

# go and make a pull request to the dev branch

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published