Skip to content

SwapnilMad/coder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoderConnect

An Online portal through which Employers can reach potential candidates and vice versa

Getting Started

Clone or download the project to your system

Prerequisites

Install Python and Node to your system

Installing

Change to frontend directory to download and install frontend dependencies using npm install

Change to backend directory and download and install back end dependencies python flask and SQLAlchemy

Setup database

python databasecreate.py

Running

Enter backend folder and run

python service.py

Enter frontend folder and run

npm start