Thanks to visit codestin.com
Credit goes to github.com

Skip to content

monkub003/EcoReach

Repository files navigation

EcoReach

This is project for CN334 Web Application Development.

Create by Kanrat Peetiphop (Mon), Phattaraphol Saeheng (Jai) , Anon Nuangplee (Ohm)

Includes

  • app_frontend : NextJS template for Front-end Development
  • ecommerce : Django with Restframework, cors-header, requests and Simple_JWT installed
  • data : SQLite3 Database file

Render Deployment

Visit our website on render online deployment via https://ecoreachdb-frontend.onrender.com/

Requirements

  • Docker and Docker-compose version 2.0+

Getting Start

To run this dokcer-compose template please folloiwng the instruction following

  1. Build the docker container by following command
docker-compose up -d
docker-compose build
  1. Start the Docker-compose container by following command
docker-compose up -d
  1. Install requirements.txt by following command
pip install -r requirements.txt
  1. Get in docker container by following command
docker-compose exec ecommerce_api /bin/bash
  1. Make migrations and migrate the django models by following command
python manage.py makemigrations
python manage.py migrate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published