Skip to content

Polyevents/server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polyevents Server

JavaScript Nodejs AWS PostgreSQL

Table of Contents

Introduction

So, you want to use your 6th sense to make some cash real fast? Great! You are in the right place. Just follow these steps and you'll be all set!

You can Check the landing page here

Installation

  • Clone the git repository using the below code snippet:
git clone https://github.com/Polyevents/server
  • Change your current working directory to the project folder:
cd server
  • In the root of the project, make a new file .env to store the environment variables:
touch .env
vi .env

PORT= 8080
DB_HOST= Your db host
DB_USERNAME= Your db username
DB_PASSWORD= Your Db Password
JWT_SECRET= Any random string
NEWS_API_KEY= Get it from https://newsapi.org/
  • Install the required dependencies and start the server in dev mode:
npm i && npm run dev

Note: You must have NodeJs, npm, mongodb, postgreSQL installed in your system in order to run the project properly

Contributions are Welcome ❤️

About

This is the server of polyevents app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published