Skip to content

JS-Hub-ZW/hackathon-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HAckathon Backend

This is the backend for Hackathon Board

Installation

  1. Pull from github
git clone https://github.com/JS-Hub-ZW/hackathon-backend 
  1. Navigate to the directory
cd hackathon-backend
  1. Install dependencies
npm install
  1. Start server
npm run start

DB Connection

Use these credentials to connect to the mongo db instance

DONT ABUSE THIS PLEASE

mongodb+srv://jshubzw:gG8nSRlP5skp2AAI@cluster0.o9gge.mongodb.net/?retryWrites=true&w=majority&appName=Cluster0

Seeding

To seed the database run the followinf

npm run start with-seeds

Testing

To be updated

Contribution

Designs

Check the ./designs folder. Those files should be opened with Excalidraw

Submitting

When you do your pull request please describe your feature

Conventions

Class names

AnimalPlanet

Function names and Class Instances

animalPlanet

Variable names

Please declare all variables

let animalPlanet = 0

const animalPlanet = 0

Special Thanks

I want to thank these lovely heroes and heroins

About

This is the Hackathon backend its build on Express JS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6

Languages