/ECAST-Website

This is an official website repo for our club ECAST Thapathali Campus.

Primary LanguageJavaScript

ECAST WEBSITE

The website is in development phase. Stay tuned.

To test the API:

• Clone this project into your local machine

git clone https://github.com/ecastthapathali/ECAST-Website.git

• cd into ‘ECAST-Website’

cd ECAST-Website

• Install the required dependencies:

 pip install -r requirements.txt

• Start the development server:

python manage.py runserver

• Browse the following endpoints and perform CRUD operations:

http://127.0.0.1:8000/api/members/
http://127.0.0.1:8000/api/socials/
http://127.0.0.1:8000/api/member/create/
http://127.0.0.1:8000/api/event/
http://127.0.0.1:8000/api/newsletter/