Skip to content

mySociogram/Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

Backend Set-up

This is a backend project built with Node.js, Sequelize, and Yarn.

Prerequisites

Before running the project, make sure you have the following installed on your machine:

Installation

  1. Install dependencies run yarn

Running the app

# development
$ cd Server

$ yarn install

$ yarn compile

$ yarn add  nodemon

$ yarn add pg

$ yarn dev

## Database 
 Create a PostgreSQL database for your project.


## Environment Variables

Copy `.env.example` as `.env` into the root directory. 
 
DB_URL ="postgres://Database:password/databasename"

## DB setup

Set `DB_URL` property in .env file to postgres connection string

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published