项目作者: utkryuk

项目描述 :
Crio Winter of Doing BuildOut Web Application
高级语言: JavaScript
项目地址: git://github.com/utkryuk/XMeme.git
创建时间: 2021-02-16T04:09:47Z
项目社区:https://github.com/utkryuk/XMeme

开源协议:

下载


:zap: XMEME

This is a basic full web stack application made using MERN stack.

Url Endpoints

  • GET /memes
  • POST /memes
  • GET /memes/:id

Implemented

  • Deployed HTTPS version in public for both frontend & backend.
  • Proper testing of backend using JEST
  • Usage of react-bootstrap for image card
  • Usage of Flexbox for displaying components
  • Code modularity is maintained.
  • Proper HTTP status codes are used.

:memo: To-Do

  • Adding all CRUD operations
  • Swagger documentation of the API
  • Adding Comments in Frontend
  • Dockerizing the application

Run

  • Clone this Repository.
  • To run backend locally
    • cd backend
    • npm install
    • npm run dev
  • To run frontend locally
    • cd frontend
    • npm install
    • npm start
    • You will see the below home page.

:camera: Screenshots


Home screen

If you have any questions, just let me know here.